[INFO] cloning repository https://github.com/RootCubed/ChaZe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RootCubed/ChaZe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRootCubed%2FChaZe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRootCubed%2FChaZe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 086024cca336203d2c26a3043686e8d0c08b00da
[INFO] checking RootCubed/ChaZe against master#ff647322379c48947c196639599067665ff9eb88 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRootCubed%2FChaZe" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/RootCubed/ChaZe
[INFO] finished tweaking git repo https://github.com/RootCubed/ChaZe
[INFO] tweaked toml for git repo https://github.com/RootCubed/ChaZe written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RootCubed/ChaZe on toolchain ff647322379c48947c196639599067665ff9eb88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/RootCubed/ChaZe already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pangocairo v0.20.7
[INFO] [stderr]   Downloaded pangocairo-sys v0.20.7
[INFO] [stderr]   Downloaded svg v0.18.0
[INFO] [stderr]   Downloaded pango-sys v0.20.7
[INFO] [stderr]   Downloaded gobject-sys v0.20.7
[INFO] [stderr]   Downloaded lalrpop-util v0.22.1
[INFO] [stderr]   Downloaded term v1.0.1
[INFO] [stderr]   Downloaded pango v0.20.7
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.15
[INFO] [stderr]   Downloaded glib-sys v0.20.7
[INFO] [stderr]   Downloaded clap v4.5.28
[INFO] [stderr]   Downloaded gio-sys v0.20.8
[INFO] [stderr]   Downloaded zerocopy v0.8.15
[INFO] [stderr]   Downloaded winnow v0.7.0
[INFO] [stderr]   Downloaded clap_builder v4.5.27
[INFO] [stderr]   Downloaded gio v0.20.7
[INFO] [stderr]   Downloaded lalrpop v0.22.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 717fe7b7f2c18acfa4c501558977756e62fa99335a1ed9ab8092cacd37c62217
[INFO] running `Command { std: "docker" "start" "717fe7b7f2c18acfa4c501558977756e62fa99335a1ed9ab8092cacd37c62217", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "717fe7b7f2c18acfa4c501558977756e62fa99335a1ed9ab8092cacd37c62217" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "717fe7b7f2c18acfa4c501558977756e62fa99335a1ed9ab8092cacd37c62217", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "717fe7b7f2c18acfa4c501558977756e62fa99335a1ed9ab8092cacd37c62217" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling winnow v0.7.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling zerocopy v0.8.15
[INFO] [stderr]    Compiling bytes v1.10.0
[INFO] [stderr]    Compiling prettyplease v0.2.29
[INFO] [stderr]    Compiling term v1.0.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling gio v0.20.7
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling cfg-expr v0.17.2
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling string_cache v0.8.8
[INFO] [stderr]    Compiling ascii-canvas v4.0.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking miniz_oxide v0.8.3
[INFO] [stderr]     Checking clap_builder v4.5.27
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking svg v0.18.0
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]     Checking bimap v0.6.3
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling tempfile v3.16.0
[INFO] [stderr]     Checking rand_core v0.9.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking lalrpop-util v0.22.1
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]    Compiling toml_edit v0.22.23
[INFO] [stderr]     Checking env_logger v0.11.6
[INFO] [stderr]    Compiling lalrpop v0.22.1
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling prost-derive v0.13.4
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]    Compiling system-deps v7.0.3
[INFO] [stderr]    Compiling glib-macros v0.20.7
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling glib-sys v0.20.7
[INFO] [stderr]    Compiling gobject-sys v0.20.7
[INFO] [stderr]    Compiling gio-sys v0.20.8
[INFO] [stderr]    Compiling cairo-sys-rs v0.20.7
[INFO] [stderr]    Compiling pango-sys v0.20.7
[INFO] [stderr]    Compiling pangocairo-sys v0.20.7
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling prost v0.13.4
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]    Compiling prost-types v0.13.4
[INFO] [stderr]     Checking clap v4.5.28
[INFO] [stderr]    Compiling prost-build v0.13.4
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking glib v0.20.7
[INFO] [stderr]    Compiling chaze v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking cairo-rs v0.20.7
[INFO] [stderr]     Checking pango v0.20.7
[INFO] [stderr]     Checking pangocairo v0.20.7
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/osmpbf.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn nodes(&self) -> impl Iterator<Item = OsmFileElement<OsmNodeData>> {
[INFO] [stdout]    |                  ^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn nodes(&self) -> impl Iterator<Item = OsmFileElement<'_, OsmNodeData>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/osmpbf.rs:99:17
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn ways(&self) -> impl Iterator<Item = OsmFileElement<OsmWayData>> {
[INFO] [stdout]    |                 ^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn ways(&self) -> impl Iterator<Item = OsmFileElement<'_, OsmWayData>> {
[INFO] [stdout]    |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/osmpbf.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn relations(&self) -> impl Iterator<Item = OsmFileElement<OsmRelationData>> {
[INFO] [stdout]     |                      ^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn relations(&self) -> impl Iterator<Item = OsmFileElement<'_, OsmRelationData>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/osmpbf.rs:111:21
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn get_node(&self, id: i64) -> Option<OsmFileElement<OsmNodeData>> {
[INFO] [stdout]     |                     ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn get_node(&self, id: i64) -> Option<OsmFileElement<'_, OsmNodeData>> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/osmpbf.rs:118:20
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn get_way(&self, id: i64) -> Option<OsmFileElement<OsmWayData>> {
[INFO] [stdout]     |                    ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn get_way(&self, id: i64) -> Option<OsmFileElement<'_, OsmWayData>> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/osmpbf.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn get_relation(&self, id: i64) -> Option<OsmFileElement<OsmRelationData>> {
[INFO] [stdout]     |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn get_relation(&self, id: i64) -> Option<OsmFileElement<'_, OsmRelationData>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/osmpbf.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn nodes(&self) -> impl Iterator<Item = OsmFileElement<OsmNodeData>> {
[INFO] [stdout]    |                  ^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn nodes(&self) -> impl Iterator<Item = OsmFileElement<'_, OsmNodeData>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/osmpbf.rs:99:17
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn ways(&self) -> impl Iterator<Item = OsmFileElement<OsmWayData>> {
[INFO] [stdout]    |                 ^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn ways(&self) -> impl Iterator<Item = OsmFileElement<'_, OsmWayData>> {
[INFO] [stdout]    |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/osmpbf.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn relations(&self) -> impl Iterator<Item = OsmFileElement<OsmRelationData>> {
[INFO] [stdout]     |                      ^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn relations(&self) -> impl Iterator<Item = OsmFileElement<'_, OsmRelationData>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/osmpbf.rs:111:21
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn get_node(&self, id: i64) -> Option<OsmFileElement<OsmNodeData>> {
[INFO] [stdout]     |                     ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn get_node(&self, id: i64) -> Option<OsmFileElement<'_, OsmNodeData>> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/osmpbf.rs:118:20
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn get_way(&self, id: i64) -> Option<OsmFileElement<OsmWayData>> {
[INFO] [stdout]     |                    ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn get_way(&self, id: i64) -> Option<OsmFileElement<'_, OsmWayData>> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/osmpbf.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn get_relation(&self, id: i64) -> Option<OsmFileElement<OsmRelationData>> {
[INFO] [stdout]     |                         ^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn get_relation(&self, id: i64) -> Option<OsmFileElement<'_, OsmRelationData>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
[INFO] running `Command { std: "docker" "inspect" "717fe7b7f2c18acfa4c501558977756e62fa99335a1ed9ab8092cacd37c62217", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "717fe7b7f2c18acfa4c501558977756e62fa99335a1ed9ab8092cacd37c62217", kill_on_drop: false }`
[INFO] [stdout] 717fe7b7f2c18acfa4c501558977756e62fa99335a1ed9ab8092cacd37c62217
